home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-21 | 18.2 KB | 906 lines | [TEXT/MPS ] |
- object oAudio_1_8 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oKeyboard_Volume__8_44,
- oClick_Sound__Up__8_2,
- oClick_Sound__down__8_3,
- oAU_BCK1_PIC_8_14,
- oArrow_Right_Yellow_Highligh_8_4,
- oArrow_Left_Yellow_Highlight_8_5,
- oExit_Yellow_Highlight_8_6,
- oExplain_Yellow_Highlight_8_7,
- oMenu_Yellow_Highlight_8_8,
- oArrow_Left_Inverse_8_9,
- oArrow_Right_Inverse_8_10,
- oExit_Inverse_8_11,
- oExplain_Inverse_8_12,
- oMenu_Inverse_8_13,
- oAU_FOA_MOV_8_26,
- oAU_1ELE_PIC_8_28,
- oAU_1EIG_PIC_8_27,
- oAU_1SEV_PIC_8_32,
- oAU_1SIX_PIC_8_33,
- oAU_1FIV_PIC_8_29,
- oAU_1FOU_PIC_8_30,
- oAU_1THR_PIC_8_34,
- oAU_1TWO_PIC_8_35,
- oAU_1ONE_PIC_8_31,
- oAU_MINUS_PIC_8_36,
- oAU_PLUS_PIC_8_37,
- oAU_STOP_PIC_8_38,
- oAU_PLAY_PIC_8_25,
- oAU_HLP1_PIC_8_39
- ];
- end;
-
-
- object oKeyboard_Volume__8_44 is cKeyboardHandler
- with
- Behavior is cDefaultBehavior
- has
- KeyDown(theTarget, theKey)
- use
- KeyMatch;
-
- do
- KeyMatch := theKey = '-';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(-1);
- end;
- KeyMatch := theKey = '=';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- KeyMatch := theKey = '+';
- if KeyMatch then
- theTarget.DoDefaultMethod := false;
-
- oSoundVolume.StepIndexBy(1);
- end;
- end;
-
- with
- Enabled is true; Shown is false;
- X is 30; Y is 24; Width is 0; Height is 0;
- end;
- end;
-
-
- object oClick_Sound__Up__8_2 is cSoundHandler
- with
- Supplier is oS3_2clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 247; Y is 128; Width is 32; Height is 24;
- end;
- end;
-
-
- object oClick_Sound__down__8_3 is cSoundHandler
- with
- Supplier is oS3_clk_WAV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 304; Y is 228; Width is 32; Height is 24;
- end;
- end;
-
-
- object oAU_BCK1_PIC_8_14 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_BCK1_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object oArrow_Right_Yellow_Highligh_8_4 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Right_Inverse_8_10.Show(true);
- oBinder.Refresh();
- oClick_Sound__down__8_3.Run(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Right_Inverse_8_10.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__8_2.Run(true);
- oBinder.Goto(oAudio_2_9);
- oBinder.SetTransition(oWipeRight, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 473; Y is 426; Width is 55; Height is 54;
- end;
- end;
-
-
- object oArrow_Left_Yellow_Highlight_8_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oArrow_Left_Inverse_8_9.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__8_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oArrow_Left_Inverse_8_9.Show(false);
- oClick_Sound__Up__8_2.Run(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oBinder.Goto(oMain_Menu_1);
- oBinder.SetTransition(oIrisOpen, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 377; Y is 426; Width is 60; Height is 54;
- end;
- end;
-
-
- object oExit_Yellow_Highlight_8_6 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExit_Inverse_8_11.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__8_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExit_Inverse_8_11.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__8_2.Run(true);
- oBinder.Quit();
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 426; Width is 111; Height is 54;
- end;
- end;
-
-
- object oExplain_Yellow_Highlight_8_7 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- if oQueryCursor=void then
- oQueryCursor.Load();
- end;
- oQueryCursor.Set();
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oExplain_Inverse_8_12.Show(true);
- oBinder.Refresh();
- oClick_Sound__down__8_3.Run(true);
- oAU_HLP1_PIC_8_39.Show(not oAU_HLP1_PIC_8_39.IsShown());
- oAU_1ELE_PIC_8_28.Enable(not oAU_1ELE_PIC_8_28.IsEnabled());
- oAU_1EIG_PIC_8_27.Enable(not oAU_1EIG_PIC_8_27.IsEnabled());
- oAU_1SEV_PIC_8_32.Enable(not oAU_1SEV_PIC_8_32.IsEnabled());
- oAU_1SIX_PIC_8_33.Enable(not oAU_1SIX_PIC_8_33.IsEnabled());
- oAU_1FIV_PIC_8_29.Enable(not oAU_1FIV_PIC_8_29.IsEnabled());
- oAU_1FOU_PIC_8_30.Enable(not oAU_1FOU_PIC_8_30.IsEnabled());
- oAU_1THR_PIC_8_34.Enable(not oAU_1THR_PIC_8_34.IsEnabled());
- oAU_1TWO_PIC_8_35.Enable(not oAU_1TWO_PIC_8_35.IsEnabled());
- oAU_1ONE_PIC_8_31.Enable(not oAU_1ONE_PIC_8_31.IsEnabled());
- oAU_MINUS_PIC_8_36.Enable(not oAU_MINUS_PIC_8_36.IsEnabled());
- oAU_STOP_PIC_8_38.Enable(not oAU_STOP_PIC_8_38.IsEnabled());
- oAU_PLAY_PIC_8_25.Enable(not oAU_PLAY_PIC_8_25.IsEnabled());
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oExplain_Inverse_8_12.Show(false);
- oBinder.Refresh();
- oClick_Sound__Up__8_2.Run(true);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 289; Y is 427; Width is 87; Height is 53;
- end;
- end;
-
-
- object oMenu_Yellow_Highlight_8_8 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUYH_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- end;
-
- MouseEnter(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseLeave(theTarget, theX, theY)
- do
- theTarget.Show(false);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oMenu_Inverse_8_13.Show(true);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := true;
- oBinder.MouseSpin := oHandSpin;
- if (oBinder.MouseSpin @ 1).Data=void then
- oBinder.MouseSpin.EachUp(Load);
- end;
- if not oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Start();
- end;
- oBinder.Refresh();
- oClick_Sound__down__8_3.Run(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oMenu_Inverse_8_13.Show(false);
- -- Turn off the spining cursor, if there is one
- if oBinder.MouseSpin<>void then
- if oBinder.MouseSpin.IsRunning() then
- oBinder.MouseSpin.Stop();
- end;
- oBinder.MouseSpin := void;
- end;
- theTarget.Container.OverrideCursor := false;
- oBinder.Refresh();
- oClick_Sound__Up__8_2.Run(true);
- oBinder.Goto(oMain_Menu_1);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 163; Y is 427; Width is 126; Height is 53;
- end;
- end;
-
-
- object oArrow_Left_Inverse_8_9 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ALI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 381; Y is 441; Width is 51; Height is 40;
- end;
- end;
-
-
- object oArrow_Right_Inverse_8_10 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ARI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 477; Y is 438; Width is 50; Height is 42;
- end;
- end;
-
-
- object oExit_Inverse_8_11 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_ETI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 528; Y is 439; Width is 112; Height is 42;
- end;
- end;
-
-
- object oExplain_Inverse_8_12 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_EXI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 291; Y is 438; Width is 87; Height is 43;
- end;
- end;
-
-
- object oMenu_Inverse_8_13 is cPictureHandler
- with
- Duration is -1;
- Supplier is oS2_MNUI_PIC;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Show(false);
- theTarget.Enable(false);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 167; Y is 438; Width is 123; Height is 43;
- end;
- end;
-
-
- object oAU_FOA_MOV_8_26 is cMovieHandler
- with
- Supplier is oAU_FOA_MOV;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 356; Y is 125; Width is 0; Height is 0;
- end;
- end;
-
-
- object oAU_1ELE_PIC_8_28 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1ELE_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 506; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1EIG_PIC_8_27 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1EIG_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(8);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 476; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1SEV_PIC_8_32 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1SEV_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(7);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 445; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1SIX_PIC_8_33 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1SIX_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(6);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 415; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1FIV_PIC_8_29 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1FIV_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(5);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 385; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1FOU_PIC_8_30 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1FOU_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(4);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 355; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1THR_PIC_8_34 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1THR_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(3);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 325; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1TWO_PIC_8_35 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1TWO_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(2);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 295; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_1ONE_PIC_8_31 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_1ONE_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.SetIndex(1);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 265; Y is 252; Width is 30; Height is 39;
- end;
- end;
-
-
- object oAU_MINUS_PIC_8_36 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_MINUS_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.StepIndexBy(-1);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 265; Y is 301; Width is 31; Height is 38;
- end;
- end;
-
-
- object oAU_PLUS_PIC_8_37 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_PLUS_PIC;
- Behavior is cDefaultBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oSoundVolume.StepIndexBy(1);
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 507; Y is 301; Width is 30; Height is 38;
- end;
- end;
-
-
- object oAU_STOP_PIC_8_38 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_STOP_PIC;
- Behavior is cDefaultBehavior
- has
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- oAU_FOA_MOV_8_26.Run(false);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oBinder.Refresh();
- end;
-
- with
- Enabled is true; Shown is false;
- X is 400; Y is 301; Width is 106; Height is 38;
- end;
- end;
-
-
- object oAU_PLAY_PIC_8_25 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_PLAY_PIC;
- Behavior is cDefaultBehavior
- has
- MouseDown(theTarget, theX, theY)
- do
- theTarget.Show(true);
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.Show(false);
- oBinder.Refresh();
- oAU_FOA_MOV_8_26.Run(true);
- end;
-
- with
- Enabled is true; Shown is false;
- X is 295; Y is 301; Width is 105; Height is 38;
- end;
- end;
-
-
- object oAU_HLP1_PIC_8_39 is cPictureHandler
- with
- Duration is -1;
- Supplier is oAU_HLP1_PIC;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is false; Shown is false;
- X is 168; Y is 0; Width is 472; Height is 425;
- end;
- end;
-
-